Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support trace logging #2838

Merged
merged 2 commits into from
Dec 27, 2018
Merged

Support trace logging #2838

merged 2 commits into from
Dec 27, 2018

Conversation

ofek
Copy link
Contributor

@ofek ofek commented Dec 27, 2018

Motivation

Need to see information about parts of particular functions that would be too verbose for debug level.

@codecov-io
Copy link

codecov-io commented Dec 27, 2018

Codecov Report

Merging #2838 into master will decrease coverage by 8.28%.
The diff coverage is 42.85%.

@@            Coverage Diff             @@
##           master    #2838      +/-   ##
==========================================
- Coverage   84.71%   76.42%   -8.29%     
==========================================
  Files         667       45     -622     
  Lines       37912     3313   -34599     
  Branches     4550      387    -4163     
==========================================
- Hits        32116     2532   -29584     
+ Misses       4462      684    -3778     
+ Partials     1334       97    -1237

gzussa
gzussa previously approved these changes Dec 27, 2018
@@ -10,6 +10,14 @@

from .utils.common import ensure_bytes

TRACE_LEVEL = 7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a comment to detail from where this number come from?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5 might make more sense

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@gzussa gzussa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made a comment

@@ -10,6 +10,14 @@

from .utils.common import ensure_bytes

TRACE_LEVEL = 7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ofek ofek merged commit 9e57ce7 into master Dec 27, 2018
@ofek ofek deleted the ofek/trace branch December 27, 2018 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants